home *** CD-ROM | disk | FTP | other *** search
/ Developer Source 4 / developer source - volume 4.iso / orinf / may96 / hoskf113.gif < prev    next >
Graphics Interchange Format  |  1996-07-26  |  7KB  |  479x369  |  4-bit (12 colors)
Labels: text | electronics | screenshot | display | software | computer icon | computer | operating system | web page | multimedia software | website
OCR: embPrevPage Properties D ... Sub ClickQ Scroll one record to the left, if possible. DIM vRec AS Object VRec = frmContact . GetRecordset ( ) IF vRec. GetCurRow () > 1 THEN VRec. Set CurRow ( vRec. Get CurRow () - 1 ) rContactId = vRec. GetColVal ( "CONTACTID" ) IstContacts. Value = rContactId ELSE BEEP END IF > MouseDown ... D>> MouseUp ...